Make GtkFontChooser an interface
authorChristian Persch <chpe@gnome.org>
Sun, 11 Sep 2011 23:49:26 +0000 (01:49 +0200)
committerChristian Persch <chpe@gnome.org>
Tue, 13 Sep 2011 10:55:21 +0000 (12:55 +0200)
commit5452525143ce10628080ceabf19cb1f68d5708a9
tree33afac26fd60bd205d0a636ff516b8e7f0a9a221
parent291b04402864563425b34f2c00bc936642fd41f6
Make GtkFontChooser an interface

Make the GtkFontChooser API similar to the Gtk{File,Recent,App}Chooser
APIs by introducing GtkFontChooser as an interface, that has a default
implementation in GtkFontChooserWidget.

https://bugzilla.gnome.org/show_bug.cgi?id=657627
16 files changed:
docs/reference/gtk/gtk3-sections.txt
docs/reference/gtk/gtk3.types
gtk/Makefile.am
gtk/gtk.h
gtk/gtk.symbols
gtk/gtkfontbutton.c
gtk/gtkfontchooser.c
gtk/gtkfontchooser.h
gtk/gtkfontchooserdialog.c
gtk/gtkfontchooserdialog.h
gtk/gtkfontchooserprivate.h [new file with mode: 0644]
gtk/gtkfontchooserutils.c [new file with mode: 0644]
gtk/gtkfontchooserutils.h [new file with mode: 0644]
gtk/gtkfontchooserwidget.c [new file with mode: 0644]
gtk/gtkfontchooserwidget.h [new file with mode: 0644]
tests/testfontchooser.c